pp108 : onactive Event

onactive Event


This event is fired when it is completely loaded and is available for use.

Syntax

Inline HTML

<div cordysType="wcp.library.util.Translator" id="listID" onactive="handler()">
    <div/>
</div>

Event Property

translator.onactive = handler


Event Information

To invoke

Load the HTM page to which translator is attached.

Default Action

Loads the translator component and initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

active

Read-only. Boolean that denotes the status of the translator component. The possible values are as follows:

  • true - Component is completely loaded.
  • false - Component is not loaded.


See Also


translator